How do I make my hosting detect _escaped_fragment_ and fetch the corresponding HTML? [on hold]
Posted
by
Eric
on Pro Webmasters
See other posts from Pro Webmasters
or by Eric
Published on 2014-05-30T21:18:51Z
Indexed on
2014/05/30
22:06 UTC
Read the original article
Hit count: 273
I have an AJAX site and I'm using shebangs (#!) in my urls with the intention of then providing the correct HTML versions when google bots replace the #! with _escaped_fragment_.
How do I go about routing/proxying/redirecting the url with _escaped_fragment_ to the corresponding html pages? I can't find documentation on this part of the process specifically, and my first thought was that I should be using a 301 or 302 redirect, but I was told that wasn't the case, albeit not given any more info.
© Pro Webmasters or respective owner